home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / killerpigs.swf / scripts / DefineButton2_118 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-13  |  137 b   |  12 lines

  1. on(release){
  2.    stopAllSounds();
  3.    if(level < 11)
  4.    {
  5.       gotoAndPlay(8);
  6.    }
  7.    else
  8.    {
  9.       gotoAndPlay(79);
  10.    }
  11. }
  12.